ReportViewer for ASP.NET Web Forms
GetDocumentStatus(String,String,ReportParameterValue[],String) メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService 名前空間 > C1WebReportServiceHelper クラス > GetDocumentStatus メソッド : GetDocumentStatus(String,String,ReportParameterValue[],String) メソッド
ドキュメントまたはレポートのファイル名
レポート名。
レポートのパラメータ値。
前回の GetDocumentStatus の呼び出しでサービスから返された DocumentStatus 内の恣意的な文字列。 以前の呼び出しがない場合は null。
ファイル/レポート/パラメータによって、ドキュメントまたはレポートのステータスを取得します。
シンタックス
'宣言
 
Public Overloads Function GetDocumentStatus( _
   ByVal fileName As System.String, _
   ByVal reportName As System.String, _
   ByVal paramValues() As ReportParameterValue, _
   ByVal cookie As System.String _
) As DocumentStatus
public DocumentStatus GetDocumentStatus( 
   System.string fileName,
   System.string reportName,
   ReportParameterValue[] paramValues,
   System.string cookie
)

パラメータ

fileName
ドキュメントまたはレポートのファイル名
reportName
レポート名。
paramValues
レポートのパラメータ値。
cookie
前回の GetDocumentStatus の呼び出しでサービスから返された DocumentStatus 内の恣意的な文字列。 以前の呼び出しがない場合は null。

戻り値の型

要求されたドキュメントに関する情報を含む DocumentStatus インスタンス。
参照

C1WebReportServiceHelper クラス
C1WebReportServiceHelper メンバ
オーバーロード一覧